projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d7f7dd
)
GtkDialog: Reduce a g_warning to a g_message
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 3 May 2014 00:47:56 +0000
(20:47 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 3 May 2014 00:47:56 +0000
(20:47 -0400)
Otherwise, this breaks our testsuite.
gtk/gtkdialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkdialog.c
b/gtk/gtkdialog.c
index bf41fb496d1a3ba108ef178afda9b9dd49170e88..a762be6c52a29afdfe7f9977def88ca66e1a18eb 100644
(file)
--- a/
gtk/gtkdialog.c
+++ b/
gtk/gtkdialog.c
@@
-794,7
+794,7
@@
gtk_dialog_map (GtkWidget *widget)
GtkDialog *dialog = GTK_DIALOG (widget);
if (gtk_window_get_transient_for (window) == NULL)
- g_
warning
("GtkDialog mapped without a transient parent. This is discouraged.");
+ g_
message
("GtkDialog mapped without a transient parent. This is discouraged.");
GTK_WIDGET_CLASS (gtk_dialog_parent_class)->map (widget);